home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / pack2.dir / 00014.ls < prev    next >
Encoding:
Text File  |  1995-12-30  |  336 b   |  17 lines

  1. on mouseDown
  2.   global numb, mydatebase
  3.   if item 14 of line numb of mydatebase <> 0 then
  4.     puppetSprite(30, 0)
  5.     set the visible of sprite 30 to 0
  6.     set the visible of sprite 15 to 0
  7.     updateStage()
  8.   end if
  9. end
  10.  
  11. on mouseUp
  12.   global numb, mydatebase
  13.   if item 14 of line numb of mydatebase <> 0 then
  14.     go("PLOB")
  15.   end if
  16. end
  17.